home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
051-075
/
073
/
xplor
/
make
< prev
next >
Wrap
Text File
|
1995-03-13
|
361b
|
15 lines
. Assemble a file (.asm) in the root directory
. Leave the output file (.obj) in the root also.
.key file
.bra {
.ket }
copy ram:{file}.asm to df1:
copy ram:macros.opt df1:
assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
echo "done assembly."
echo "Linking..."
BLink ram:{file}.o library amiga.lib to {file}
copy ram:{file} to df1: